home *** CD-ROM | disk | FTP | other *** search
/ Super PC 35 / Super PC 35 (Shareware).iso / spc / UTIL / EPAGE3 / GRAYBAR.DOC < prev    next >
Encoding:
Text File  |  1994-11-19  |  2.3 KB  |  62 lines

  1.  
  2. These 2 files:  GRAYBAR.PRN and GRAYBAR.MAC are files that you can use to create
  3. a 'Graybar' pattern on a LaserJet.  They print alternating bands of grayscale &
  4. white for a '3 color' look.  They are samples of material produced with ECPage.
  5.  
  6. They will create the pattern on letter size paper.  GRAYBAR.PRN is a diskfile
  7. that you can copy to the printer to create the form.  Use this copy format:
  8.  
  9. COPY /B GRAYBAR.PRN PRN:
  10.  
  11. The file, GRAYBAR.MAC is a LaserJet 'Macro' file, macro ID #1.  You can copy
  12. it to your printer and it will 'Overlay' your printed text with the graybar
  13. pattern.  When copied to the printer it is 'ENABLED'.  Use this copy format:
  14.  
  15. COPY /B GRAYBAR.MAC PRN:
  16.  
  17. The macro will stay active until you power off the printer, perform a RESET
  18. or send a command to DISABLE the MACRO:  <ESC>&f5X
  19.  
  20. In both the above examples, note the use of the /B 'Binary' copy switch.
  21.  
  22. POTENTIAL PROBLEM:  MANY applications will send an <ESC>E printer reset as
  23. part of the printer setup. This will 'Disable' the GRAYBAR.MAC file you
  24. loaded when you copied it to the printer, so the graybar pattern will not print
  25. until the Macro is ENABLED.
  26.  
  27. Solution: Look thru your application's documentation to determine how you can
  28. insert printer commands within the document.  Place the following command as
  29. the first line or item in your text to be printed:
  30.  
  31. <ESC>&f1y4X
  32.  
  33. This is a combined PCL command to 'Enable' Macro ID #1
  34.  
  35. NOTE:  <ESC> is 'Escape', entered as ALT+27 on the numeric keypad.
  36.        All letters are lower case except the final 'X' which is UPPER CASE.
  37.        If any of this command prints out, you have entered it wrong - verify
  38.        you used correct case and letters.
  39.  
  40. Examples:
  41.  
  42. In MS-DOS EDITOR, you type CTRL+P, THEN type ALT+27 to create 'Escape'.
  43. In a Q&A Write Document, use *PRINTER \027&f1y4X*
  44.  
  45.                                      *  *  *
  46.  
  47.                   Feel free to use them as you wish - Freeware.
  48.  
  49.                                      *  *  *
  50. Dave Erickson,
  51.  
  52. // Author ECPage, a DOS PCL Forms Designer. //
  53.  
  54.  
  55. NOTE:
  56.  
  57. GRAYBAR.PRN and GRAYBAR.MAC are hereby released to the public domain - free
  58. for all to use.  David R. Erickson assumes NO LIABILITY for your ability to
  59. use or not use these files.  Use at your own risk.
  60.  
  61. November 10, 1994.
  62.